@charset "utf-8";

/*common*/
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: Microsoft YaHei, SimHei, Helvetica, sans-serif;
}

html, body {
    /*overflow-x: hidden;*/
}

ul, li, ol {
    list-style: none;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #000;
    -webkit-tap-highlight-color: transparent;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.wp {
    width: 1200px;
    margin: 0 auto;
}

/*top*/
.top {
    width: 100%;
    min-width: 1200px;
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f2f2f2;
    color: #333;
    font-size: 12px;
}

.top-l {
    height: 30px;
    line-height: 30px;
    float: left;
}

.top-l a {
    margin-left: 10px;
    margin-right: 10px;
    color: #333;
    font-size: 12px;
}

.top-r {
    height: 30px;
    line-height: 30px;
    float: right;
}

.top-r a {
    margin-left: 10px;
    margin-right: 10px;
    color: #0f7cbb;
    font-size: 12px;
}

/*头部*/
.header {
    width: 100%;
    min-width: 1200px;
    height: 140px;
}

.logo {
    width: 630px;
    height: 140px;
    float: left;
}

.logo img {
    vertical-align: middle;
}

.search {
    float: right;
    margin-right: 20px;
    padding-top: 45px;
}

.search .search-box {
    padding: 1px;
    border: 1px solid #376fbc;
    border-radius: 24px;
    clear: both;
    overflow: hidden;
}

.search-box .search-text {
    width: 380px;
    height: 44px;
    line-height: 44px;
    float: left;
    margin: 0;
    padding: 0 5px;
    border: 0;
    background-color: white;
    color: #979797;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    border-radius: 22px;
}

.search-box .search-btn {
    width: 90px;
    height: 44px;
    line-height: 44px;
    float: right;
    margin: 0;
    padding: 0;
    border: 0;
    background: #376fbc;
    color: #fff;
    text-align: center;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
    border-radius: 22px;
    cursor: pointer;
}

/*导航*/
.nav {
    width: 100%;
    min-width: 1200px;
    height: 50px;
    line-height: 50px;
    background: #005ca8;
}

.nav ul {
    clear: both;
    /*overflow: hidden;*/
}

.nav ul li {
    float: left;
    min-width: 120px;
    height: 50px;
    line-height: 50px;
    position: relative;
}

.nav ul li:first-child {
    min-width: 100px;
}

.nav ul li:hover {
    background: #024291;
    color: #fff;
}

.nav ul li.current {
    background: #024291;
    color: #fff;
}

.nav ul li a {
    line-height: 50px;
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.sub-menu {
    display: none;
    position: absolute;
    background: #005ca8;
    top: 50px;
    left: 0;
    z-index: 999;
}

.sub-menu li {
    width: 120px !important;
}

.sub-menu li:hover {
    background: #024291;
    color: #fff;
}

.sub-menu li a {
    color: #fff;
}

/*广告*/
.ad {
    width: 100%;
    min-width: 1200px;
    margin-top: 10px;
}

.ad img {
    width: 100%;
    vertical-align: middle;
}

/*底部*/
.footer {
    width: 100%;
    min-width: 1200px;
    height: auto;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #005ca8;
    font-size: 14px;
    color: #fff;
}

.copyright {
    width: 900px;
    float: left;
}

.copyright p {
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.copyright p a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

.foot-qrcode {
    width: 300px;
    float: right;
    text-align: center;
}

.foot-qrcode p {
    line-height: 28px;
    font-size: 14px;
    color: #fff;
}

/*
.foot-qrcode img {
    vertical-align: middle;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.foot-qrcode img:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
 */

.foot-qrcode .qrcode-l {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
}

.foot-qrcode .qrcode-r {
    float: right;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
}

.foot-qrcode .qrcode-l img, .foot-qrcode .qrcode-r img {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.foot-qrcode .qrcode-l img:hover, .foot-qrcode .qrcode-r img:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

/*分页*/
.list-page {
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.5;
    color: #005ca8;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 3;
    color: #005ca8;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #005ca8;
    border-color: #005ca8;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

/*position*/
.position {
    width: 100%;
    min-width: 1200px;
    height: 45px;
    line-height: 45px;
    margin-top: 30px;
    font-size: 14px;
    color: #999;
    background-color: #f5f5f5;
}

.position a {
    color: #666;
}

.position a:hover {
    color: #024291;
}

.position span {
    color: #999;
}

.position i {
    margin-left: 5px;
    margin-right: 5px;
    font-style: normal;
}

/*prev-next*/
.prev-next {
    width: 100%;
    margin-top: 10px;
}

.prev-next a, .prev-next span {
    max-width: 43%;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #FFB800;
    color: #fff;
}

.prev-next a:first-child, .prev-next span:first-child {
    float: left;
}

.prev-next a:last-child, .prev-next span:last-child {
    float: right;
}

/* 移动端 */
@media screen and (max-width: 768px) {
    .wp {
        width: 100%;
    }
}